* {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #525252;
}
html {
  font-size: 14px;
  color: #525252;
}
img {
  border: none;
}

body {
  margin: 0 auto;
  background: #fafafa;
  -webkit-overflow-scrolling : touch;
  min-width: 1200px;
}
ul {
  list-style-type: none;
}


/*通用样式*/
.icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url("//zzhz.zjol.com.cn/material/public-resource/img/icon-sprite.png");
}
.word_green {
  color: #18943B;
}
.borderR {
  border-right: 1px solid #eeeeee;
}
.borderB {
  border-bottom: 1px solid #eeeeee;
}

.lifll>li {
  float: left;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.line1 {
  width: 380px;
  margin: 0 auto;
  height: 1px;
  background: #eeeeee;
}
.ellipsis-single {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*主体*/
.main {
  width: 1160px;
  padding: 80px 20px 60px 20px;
  margin: 0 auto;
  background: #fff;
}
.lps_recommend,
.nav,
.head-line,
.main-content {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  margin-top: 20px;
}
.lps {
  border-bottom: 1px solid #eeeeee;
  height: 52px;
}
/* .icon-triangle-right {
  width: 12px;
  height: 14px;
  background-position: -7px -62px;
  margin-right: 5px;
} */
.icon-triangle-down {
  width: 14px;
  height: 12px;
  background-position: -23px -61px;
  margin-left: 10px;
}
.chip_link_1>li {
  text-align: center;
  padding: 16px 21px;
  cursor: pointer;
}



.nhcounter {
  width: 386px;
  text-align: center;
  color: #a5a5a5;
  line-height: 52px;
}
.nhcounter>p,
.nhcounter>p>span {
  font-size: 16px;
}
.nhcounter>p {
  position: relative;
  font-size: 0;
  text-align: initial;
}
.nhcounter>p>span,
.nhcounter>p>a {
  vertical-align: middle;
}
.nhcounter>p .gtext {
  margin-left: 15px;
}
.nhcounter>p>.icon-line,
.latest_lottery .icon-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 3px;
  /* height: 100%; */
  background-color: #14944a;
}
.nhcounter .nhname {
  display: inline-block;
  max-width: 290px;
  color: #525252;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nhcounter .nhname .mark {
  margin: 0 2px;
  font-weight: bold;
  color: #14944a;
}
.nhcount {
  margin: 0 8px;
  color: #18943b;
  font-weight: bold;
}

.lp_search>li {
  width: 105px;
  padding: 16px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.dorpdown-menu {
  position: absolute;
  z-index: 9;
  top: 51px;
  left: -1px;
  width: 100%;
  background: #fff;
  border: 1px solid #eeeeee;
  display: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dorpdown-menu>li {
  padding: 8px;
  cursor: pointer;
}

.dorpdown-menu>li:hover {
  background: #EFEFEF;
}
.chip_link_1>li>a {
  display: block;
}
.chip_link_1>li>a:hover {
  color: #18943B;
}
.chip_link_1>li>a:hover .icon-triangle-right {
  visibility: visible;
}
#lp_ipt {
  border: none;
  outline: none;
  width: 345px;
  padding: 15px 25px;
  font-size: 16px;
}
.icon-search {
  width: 51px;
  height: 51px;
  background-position: -4px -4px;
  vertical-align: top;
  cursor: pointer;
}
.recommend_lp {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
}
.jp {
  overflow: hidden;
}
.jp>ul {
  width: 1054px;
  height: 44px;
  overflow: hidden;
}
.jp>ul>li>a {
  display: block;
  padding: 14px 5px;
  padding: 14px 4px \0;
  font-size: 12px;
}
.jp>ul>li>a:hover {
  color: #18943B;
}
.jp>label {
  padding: 13px 20px;
}

.lp_search_grounp {
  position: relative;
}
.lp_search_list {
  position: absolute;
  top: 54px;
  left: -3px;
  left: -4px \0;
  width: 453px;
  background: #fff;
  padding: 15px 0px;
  border: 1px solid #eeeeee;
  display: none;
  z-index: 99;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.lp_search_list>li>a,
.rec_lp_name>dd>a {
  display: block;
  padding: 6px 25px;
  color: #4d4d4d;
}
.lp_search_list>li>a:hover,
.rec_lp_name>dd>a:hover {
  background: #EFEFEF;
}

.rec_lp_name {
  border-bottom: 1px solid #eeeeee;
}

/* 最新摇号 */
.latest_lottery {
  position: relative;
  height: 52px;
  line-height: 52px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.latest_lottery .gtext {
  margin-left: 15px;
  font-size: 16px;
}
.latest_lottery .list {
  position: relative;
  display: inline-block;
  max-width: 940px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.latest_lottery .list li {
  display: inline-block;
}
.latest_lottery .list li+li {
  margin-left: 40px;
}
.latest_lottery .list li a {
  font-size: 14px;
  font-weight: bold;
}
.latest_lottery .list li a:hover {
  color: #18943B;
}
.latest_lottery .list li .tag {
  position: relative;
  top: -1px;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  padding: 1px 3px 2px 7px;
  font-size: 9px;
  background-image: url("//zzhz.zjol.com.cn/material/public-resource/assets/homepage/bg-tag.png?a");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #19943b;
  color: #ffffff;
}
.latest_lottery .right {
  float: right;
  margin-right: 20px;
}


/*导航*/

.nav {
  display: block;
  overflow: hidden;
}
.nav>li {
  float: left;
  text-align: center;
  border-left: 1px solid #eeeeee;
  padding: 11px;
}
.nav li.nav-TM {
  position: relative;
  padding: 11px 9px;
}
.nav>li:first-child {
  border:none;
}
.nav>li>a {
  color: #2b2b2b;
}
.nav>li>p {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.nav>li>p>a {
  display: block;
  overflow: hidden;
  color: #cccccc;
}
.nav>li>a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.nav>li>p>a:hover {
  color: #18943B;
}
.nav li .nav_wrapper {
  width: 143px;
  height: 125px;
  position: relative;
  overflow: hidden;
}
.nav li.nav-TM .nav_wrapper {
  /* height: 144px; */
  height: auto;
}
.nav li.nav-TM .nav_inner p {
  margin-top: 32px;
}
.nav li.nav-TM.nav-active .nav_inner>p {
  color: #cccccc !important;
}
.nav_inner {
  padding: 24px 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
.nav li.nav-TM .nav_inner {
  padding: 14px 0;
}
.nav_inner>p {
  margin-top: 18px;
}
.nav li .icon-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 1;
  background-position: -110px 0px;
}
.nav li.nav-TM .icon-bg {
  display: none;
  top: 0;
  background-position: -110px -135px;
}
/* .nav li.nav-TM.nav-active .icon-bg {
  top: 0;
} */
.nav-active .nav_inner>p {
  color: #fff !important;
}

.nav li .icon {
  background-image: url("//zzhz.zjol.com.cn/material/public-resource/assets/homepage/icon-spirit-2023.png");
}
.nav li .nav_inner .icon {
  width: 40px;
  height: 40px;
}

.nav li .nav_inner .icon_01 {
  background-position: -0px -0px;
}
.nav li .nav_inner .icon_02 {
  background-position: -0px -50px;
}
.nav li .nav_inner .icon_03 {
  background-position: -0px -100px;
}
.nav li .nav_inner .icon_04 {
  background-position: -0px -150px;
}
.nav li .nav_inner .icon_05 {
  background-position: -0px -200px;
}
.nav li .nav_inner .icon_06 {
  background-position: -0px -250px;
}
.nav li.nav-TM .nav_inner .icon {
  width: 70px;
  height: 108px;
  background-position: -0px -300px;
}
.nav li .nav-active .nav_inner .icon_01 {
  background-position: -50px -0px;
}
.nav li .nav-active .nav_inner .icon_02 {
  background-position: -50px -50px;
}
.nav li .nav-active .nav_inner .icon_03 {
  background-position: -50px -100px;
}
.nav li .nav-active .nav_inner .icon_04 {
  background-position: -50px -150px;
}
.nav li .nav-active .nav_inner .icon_05 {
  background-position: -50px -200px;
}
.nav li .nav-active .nav_inner .icon_06 {
  background-position: -50px -250px;
}
.nav li.nav-TM.nav-active .nav_inner .icon {
  background-position: -0px -420px;
}



/*头条*/
.head-line {
  /* overflow: hidden; */
  height: 130px;
}
.head-title {
  position: relative;
  /* width: 900px; */
  width: 850px;
  height: 100%;
}
.head-title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #18943B;
}
.cj-count {
  width: 296px;
  height: 100%;
}
.zzhzwechat {
  position: relative;
  width: 307px;
  text-align: center;
  border-left: 1px solid #eeeeee;
  font-size: 0;
}

.zzhzwechat .wc-inner {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 153px;
  padding: 15px 0 14px;
  border-left: 1px solid #eeeeee;
  background-color: #ffffff;
}
.zzhzwechat .wc-inner:first-child {
  border-left: none;
}
.zzhzwechat .wc-inner.pop {
  /* display: none; */
  position: absolute;
  z-index: 1;
  top: -1px;
  /* right: -155px; */
  right: 0;
  border: 1px solid #eeeeee;
  border-left: none;
}
.zzhzwechat .wc-inner img {
  width: 78px;
  height: 78px;
}

.sm-title {
  border-left: 4px solid #18943B;
  color: #18943B;
  padding-left: 10px;
  margin-top: 20px;
  font-size: 16px;
}
.sm-title>a {
  color: #18943B;
  font-size: 16px;
}
.title {
  padding:0 10px;
  padding-left: 80px;
}
.title>a {
  display: block;
}
.title>a>h1 {
  font-size: 36px;
  height: 47px;
  overflow: hidden;
  text-align: center;
}
.title>a>img,
.title>a>p {
  display: none;
}
.title>a:hover {
  color: #18943B;
}
.head-list {
  overflow: hidden;
  margin-top: 10px;
  padding-left: 80px;
}
.head-list>li {
  float: left;
  width: 33%;
  height: 19px;
  text-align: center;
  overflow: hidden;
}
.icon-round {
  width: 8px;
  height: 8px;
  /* background-position: -46px -63px;
  margin-right: 5px; */
  background-color: #19943b;
  display: inline-block;
}
.head-list>li>a:hover {
  color: #18943B;
  text-decoration: underline;
}
.cj-count {
  overflow: hidden;
}
.cj-count p {
  width: 21px;
  height: 100%;
  background: #18943B;
  color: #fff;
  text-align: center;
  justify-content: center;
  padding: 24px 2px 0px 2px;
}
.cj-count>table td {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  padding: 12px 0;
  width: 89px;
  height: 19px;
  overflow: hidden;
}
.noborderb>td {
  border-bottom: none !important;
}

.theader>td {
  font-weight: bold;
}


/*主体1*/
.main-content {
  overflow: hidden;
}
.news-right {
  width: 449px;
  /* height: 1248px; */
  overflow: hidden;
}
.news-right .sm-title {
  border-left: none;
  padding-left: 15px;
}
.suqare {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #18943B;
  vertical-align: middle;
}
.news_1 {
  overflow: hidden;
}
.news_1 ul {
  display: block;
  margin: 0 auto;
  padding: 20px 0px;
  width: 380px;
}
.news_1 ul li {
  line-height: 30px;
}
.news_1 ul>li>a {
  display: block;
  overflow: hidden;
}

.news_left .news_info {
  float: left;
  width: 8px;
    text-align: center;
    margin-right: 8px;
}
.news_resource {
  display: none;
}
.news_title {
  max-width: 355px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  font-size: 16px;
}
.news_left {
  overflow: hidden;
}

.news_info b {
  width: 8px;
    text-align: center;
    margin-right: 8px
}


/* 适配PC移动CSS */
.im_news {
    border-bottom: 1px solid #eeeeee;
}
.fragment .im_news>li:first-child {
  font-weight: bold;
}
.im_news:last-child {
  border-bottom:none;
}

.im_info {
  float: left;
  margin-right: 8px;
}
.im_info .keywords,
.spe_info .keywords,
.rep_info .keywords {
  display: none !important;
}
.im_title {
  float: left;
    max-width: 355px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 16px;
}

.news_img {
  display: none;
    width: 124px;
    height: 78px;
    float: left;
    background: #CCCCCC;
}
.news_img>img {
  width: 100%;
  height: 100%;
}

.special_scheme>li:first-child,
.reporter>li:first-child,
.video_f>li:first-child,
.componeny>li:first-child {
  height: 78px !important;
  padding: 10px 0 !important;
}

.special_scheme>li:first-child .spe_left,
.reporter>li:first-child .rep_left {
  float: right;
  width: 175px;
  height: 78px;
}


.special_scheme>li:first-child .news_img,
.reporter>li:first-child .news_img {
  display: block;
}
.special_scheme>li:first-child .news_point,
.reporter>li:first-child .news_point,
.componeny>li:first-child .news_point,
.video_f>li:first-child .news_point {
  display: none;
}
.componeny>li:first-child .com_name,
.video_f>li:first-child .video_name {
  display: none;
}
.special_scheme>li:first-child .spe_title,
.reporter>li:first-child .rep_title {
  color: #000000;
  line-height: 23px;
  font-weight: bolder;
  height: 43px;
  width: 100% !important;
  overflow: hidden;
  white-space: normal !important;
}
.special_scheme>li:first-child .news_point,
.reporter>li:first-child .news_point {
  display: none;
}
.special_scheme>li:first-child .spe_info,
.reporter>li:first-child .rep_info {
    margin-top: 10px;
    width: 100%;
}
.special_scheme>li:first-child .words_wrap,
.reporter>li:first-child .words_wrap {
  position: relative;
  display: inline-block;
}
.special_scheme>li:first-child .words_wrap::before,
.reporter>li:first-child .words_wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  background-color: #23930c;
}
.special_scheme>li:first-child .news_keyword,
.reporter>li:first-child .news_author {
  /* background: #23930D !important;
  color: #fff !important;
  padding: 2px 6px !important; */
  position: relative;
  z-index: 2;
  width: auto;
  padding: 0 3px;
  border: 1px solid #23930c;
  margin-left: 2px;
  font-size: 12px;
  color: #595757;
  /* overflow: initial; */
  background-color: #ffffff;
}

/* .special_scheme>li:first-child .news_keyword::before,
.reporter>li:first-child .news_author::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  background-color: #23930c;
} */
.spe_left,
.rep_left {
  width: 100%;
  float: left;
  overflow: hidden;
}
.spe_info,
.rep_info {
  float: left;
}
.news_keyword {
  /* width: 56px; */
  width: 42px;
}
.news_keyword,
.news_author {
  position: relative;
  height: 19px;
  line-height: 19px;
  overflow: hidden;
  /* color: #000000; */
  font-size: 12px;
  color: #909090;
  text-align: justify;
  padding: 0;
  background: none;
  float: left;
}
.news_author {
  width: 42px;
}
.news_keyword:after,
.news_author:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.spe_title {
  /* width: 245px; */
  /* width: 259px; */
  width: 255px;
}
.spe_title,
.rep_title {
  float: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 19px;
  overflow: hidden;
}
.rep_title {
  /* width: 259px; */
  width: 255px;
}
.news_point {
  text-align: center;
  float: left;
}
.video_f>li:first-child .news_img,
.componeny>li:first-child .news_img {
  display: block;
}
.video_f>li:first-child .video_right,
.componeny>li:first-child .com_right {
  float: right;
  width: 175px;
    height: 78px;
}
.video_f>li:first-child .video_info,
.componeny>li:first-child .com_info {
  display: block;
  height: 40px;
  color: #000000;
    font-weight: bolder;
    overflow: hidden;
}

.video_f>li:first-child .video_abstruct,
.componeny>li:first-child .com_abstruct {
    color: #bfbfbf;
    font-size: 12px;
    margin-top: 4px;
    height: 32px;
    overflow: hidden;
    display: block;
}

.video_abstruct,
.com_abstruct {
  display: none;
}
.video_name,
.com_name {
  float: left;
  color: #000000;
}
.video_name .icon-play {
  display: none !important;
}
.video_info,
.video_title,
.com_info,
.com_title {
  height: 19px;
  overflow: hidden;
}


.news_1 ul>li>a:hover {
  color: #18943B;
}
.news_1 ul>li>a>p {
  max-width: 355px;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 16px;
}
.news_1 ul>li>a>i {
  float: left;
}
.news_1 ul>li>a>b {
  float: left;
  width: 8px;
  text-align: center;
  margin-right: 8px;
}
.first_news>a>p {
  font-weight: bold;
}

.news_2,
.news_3 {
  padding-bottom: 20px;
}
.news_2>ul,
.ksls {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.news_2>ul>li {
  overflow: hidden;
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
}
.news_2>ul>li>a {
  width: 135px;
  padding: 4px 10px;
  float: left;
  text-align: center;
  height: 19px;
  overflow: hidden;
  border-right: 1px solid #eee;
}
.news_2>ul>li>label {
  padding: 3px;
}
.ksls_info>span,
.ksls>li>a {
  padding: 3px 0;
}

.news_2>ul>li>span {
  float: left;
  padding: 4px 10px;
  width: 198px;
  height: 19px;
  overflow: hidden;
  text-align: center;
}

.news_2>ul>li>label,
.ksls_info>span {
  float: left;
  width: 68px;
  border-right: 1px solid #eee;
  color: #18943B;
  text-align: center;
}
.ksls>li>a {
  display: block;
  float: right;
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    padding-left: 18px;
}
.ksls>li {
  overflow: hidden;
}
.ksls>li {
  width: 49%;
  float: left;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding-right: 1%;
}
.ksls>li>span {
    float: left;
  width: 45px;
  padding: 5px 0;
  text-align: center;
    border-right: 1px solid #eee;
    color: #18943B;
}
.ksls>li>a {
  width: 155px;
  text-align: left;
}
.ksls>li>a:hover {
  color: #18943B;
}
.vertical_line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 121px;
  background: #eeeeee;
  height: 100%;
}

.news_2>ul>li>a:hover,
.news_3>ul>li>a:hover {
  color: #18943B;
}

.grey_link {
  font-size: 12px  !important;
  color: #CCCCCC !important;
}
.grey_link:hover {
  color: #525252 !important;
}


.gfzx {
  padding: 20px 0;
  overflow: hidden;
}
.gf_t {
  float: left;
  padding: 0px 25px;
}
.gf_t>li {
  margin-bottom: 7px;
}
.gf_t>li>a {
  display: block;
  color: #18943B;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.gf_q {
  float: right;
}




.news-left {
  padding: 20px 18px 15px 20px;
}



.pagination {
  position: absolute;
  z-index: 20;
  /* bottom: 42px !important; */
  top: 300px;
  right: 0;
  left: 0;
  margin: auto;
  width: 25%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #18943B !important;
}
.swiper_info {
  display: none !important;
}
.swiper {
  width: 670px;
  /* height: 420px; */
  padding-bottom: 5px;
  overflow: hidden;
}
.swiper-slide>a {
  position: relative;
  display: block;
  font-size: 0;
}
.swiper-slide>a>img {
  /* width: 668px;
  height: 392px; */
  width: 670px;
  height: 320px;
}
.swiper-container .logo {
  position: absolute;
  right: 0;
  top: 320px;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
  pointer-events: none;
}
.swiper-container .logo .mark {
  font-size: 12px;
  color: #19943b;
}


.swiper_title {
  /* max-width: 80%; */
  /* height: 24px; */
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #212121;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swiper_title:hover {
  color: #18943B;
}

.swiper-container .swiper-slide .swiper_title {
  display: none;
  position: absolute;
  bottom: 0;
}
.swiper-container > .swiper_title {
  display: block;
  /* display: none; */
  opacity: 0;
}
/* .swiper-container .swiper_title.active {
  display: block;
} */

.swiper-container .icon {
  background-image: url("//zzhz.zjol.com.cn/material/public-resource/assets/homepage/icon-spirit-2021.png?a");
}
.icon-next {
  left: 10px;
  background-position: 0 -545px;
}

.icon-prev {
  right: 10px;
  background-position: -40px -545px;
}
.swiper:hover .icon-next,
.swiper:hover .icon-prev {
  transform: rotateY(0deg);
}
.swiper-click {
  width: 28px;
  height: 37px;
  position: absolute;
  /* margin-top: -18px;
  top: 50%; */
  top: 142px;
  cursor: pointer;
  /* background-color: rgba(255,255,255,0.5); */
  /* background-color: #ffffff \0; */
  /* border-radius: 2px; */
  transition: all 0.3s ease-in;
  /* transform: rotateY(90deg); */
}

.four_col {
  position: relative;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.col {
  width: 313px;
  padding: 5px 0;
}
.col .row+.row {
  margin-top: 18px;
}

.vertical_line_b {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  /* height: 802px;
  height: 816px \0; */
  /* margin: 0 20px; */
  background: #eeeeee;
}

.rows_title {
  border-bottom: 1px solid #c9c9c9;
  padding: 5px 0;
}
.rows_title>span {
  color: #23930d;
  border-bottom: 1px solid #23930d;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
/* .more_news {
  float: right;
  text-align: center;
  font-weight: bold;
  color: #23930D;
  font-size: 16px;
  padding: 0 5px;
  transition: all 0.3s ease;
} */
/* .more_news:hover {
  background: #23930D;
  color: #fff;
} */
.more_news {
  float: right;
  position: relative;
  width: 5px;
  height: 5px;
  border: 10px solid #ffffff;
  background-color: #19943b;
}
.more_news span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}
.more_news:hover span {
  right: auto;
  left: 0;
}
.rows_list>ul>li {
  padding: 5px 0;
  height: 19px;
  overflow: hidden;
}
.rows_list>ul>li>a {
  display: block;
  overflow: hidden;
}
.news_first {
  padding: 10px 0 !important;
  height: 78px !important;
}
.news_first_img {
  float: left;
  width: 124px;
  height: 78px;
  background: #eeeeee;
}
.news_first_img>img {
  width: 100%;
  height: 100%;
}
.news_first_info {
  float: right;
  width: 175px;
  height: 78px;
}
.news_first_title {
  color: #000000;
  line-height: 23px;
  font-weight: bolder;
  height: 43px;
  overflow: hidden;
}
.keyword_wrapper {
  margin-top: 13px;
}

.rows_list>ul>li>a>label {
  height: 19px;
  overflow: hidden;
  float: left;
  color: #000000;
}

.rows_list>ul>li>a>span {
  float: left;
  text-align: center;
}
.rows_list>ul>li>a>p {
  display: block;
  float: left;
  height: 19px;
  overflow: hidden;
}
.special_scheme>li>a>label {
  width: 56px;
  text-align: justify;
}
.special_scheme>li>a>label:after,
.reporter>li>a>label:after {
    content:"";
    display:inline-block;
    width:100%;
}
.special_scheme>li>a>p {
  width: 245px;
  white-space: nowrap;
    text-overflow: ellipsis;
}
.reporter>li>a>label {
  width: 42px;
  text-align: justify;
}
.reporter>li>a>p {
  width: 255px;
  white-space: nowrap;
    text-overflow: ellipsis;
}

.rows_list a:hover {
  color: #18943B;
}

.news_first_intro {
  color: #bfbfbf;
  font-size: 12px;
  margin-top: 4px;
}

.componeny>li>a>label,
.video_f>li>a>label {
  letter-spacing: 1px;
  cursor: pointer;
}
.componeny>li>a>p,
.video_f>li>a>p {
  width: auto;
  max-width: 270px;
  white-space: nowrap;
    text-overflow: ellipsis;
}


.section {
  border: 1px solid #eeeeee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section .section_inner {
  font-size: 0;
}

.section_title {
  padding: 12px;
  border-bottom: 1px solid #eeeeee;
}
.tabs {
  float: right;
  line-height: 30px;
  color: #7e7e7e;
}
.tabs>a {
  color: #7e7e7e;
  padding: 1px 5px;
}
.tabs>a:hover {
  color: #18943B;
}


.section_inner {
  position: relative;
}
.section_inner .line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
}
.section_inner .line.line1 {
  left: 351px;
}
.section_inner .line.line2 {
  left: 702px;
}
.section_inner .column {
  display: inline-block;
  /* padding-top: 20px; */
  /* border-right: 1px solid #eeeeee; */
  border-right: 1px solid transparent;
  vertical-align: top;
}
.section_inner .column .side-title {
  padding: 10px 0 10px 10px;
  /* padding-bottom: 20px; */
  /* border-left: 4px solid #18943B; */
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
}
.section_inner .zhibo {
  width: 350px;
}
/* .section_inner .column > div {
  margin-top: 10px;
} */
.section_inner .zhibo .activity {
  width: 330px;
  margin: 10px auto;
}
.section_inner .zhibo .activity a {
  position: relative;
  display: block;
  height: 130px;
  font-size: 0;
  overflow: hidden;
}
.section_inner .zhibo .activity img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  transition: all 0.3s ease;
}
.section_inner .zhibo .activity img:hover {
  transform: scale(1.075);
  transition: all 0.3s ease;
}

.section_inner .zhibo .living-list {
  width: 330px;
  margin: 20px auto 0;
}
.section_inner .zhibo .living-list li {
  padding-bottom: 5px;
}
.section_inner .zhibo .living-list li+li {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.section_inner .zhibo .living-list .item-time {
  display: block;
  font-size: 12px;
  color: #19943b;
}
.section_inner .zhibo .living-list a {
  display: block;
  padding: 5px 0;
  text-indent: 1em;
  font-size: 14px;
  color: #000;
}
.section_inner .zhibo .living-list a:hover {
  color: #18943B !important;
}

.section_inner .dynamic-building {
  width: 350px;
}
.section_inner .dynamic-building ul {
  width: 300px;
  margin: 30px auto 0;
}
.section_inner .dynamic-building ul li {
  padding: 3px 0;
}
.section_inner .dynamic-building ul li:first-child {
  margin-bottom: 10px;
  overflow: hidden;
}
.section_inner .dynamic-building ul li a {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.section_inner .dynamic-building ul li a:hover {
  color: #18943B !important;
}
.section_inner .dynamic-building ul li:first-child a {
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.section_inner .dynamic-building ul li:first-child b {
  display: none;
}
.section_inner .dynamic-building ul li b {
  margin-right: 8px;
}
/* 摇号动态 */
.section_inner .dynamic-lottery {
  width: 456px;
  border-right: 0;
}
.section_inner .dynamic-lottery .tabs {
  float: none;
  display: block;
  font-size: 0;
}
.section_inner .dynamic-lottery .tabs > span {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #9f9f9f;
  cursor: default;
}
.section_inner .dynamic-lottery .tabs > span+span {
  border-left: 1px solid #eeeeee;
}
.section_inner .dynamic-lottery .tabs span:hover {
  color: #000;
  background-image: linear-gradient(0, rgba(25, 148, 59, 0.2), rgba(25, 148, 59, 0) 15px);
}
.section_inner .dynamic-lottery .tabs span.active {
  color: #000;
  background-image: linear-gradient(0, rgba(25, 148, 59, 0.2), rgba(25, 148, 59, 0) 15px);
}
.section_inner .dynamic-lottery .tabs span.active em {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #19943b;
}

.section_inner .dynamic-lottery .list-wrap {
  position: relative;
  margin-top: 10px;
}
.section_inner .dynamic-lottery ul {
  margin: 0 50px 0 20px;
}
.section_inner .dynamic-lottery .list {
  display: none;
  height: 365px;
  overflow-y: scroll;
}
.section_inner .dynamic-lottery .list::-webkit-scrollbar {
  display: none;
}
.section_inner .dynamic-lottery .list.active {
  display: block;
}
.section_inner .dynamic-lottery .list .no-data {
  text-align: center;
  padding: 10px 0;
}
.section_inner .dynamic-lottery .list .item {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  font-size: 0;
}
.section_inner .dynamic-lottery .list .item+.item {
  margin-top: 10px;
}
.section_inner .dynamic-lottery .list .item>div {
  display: inline-block;
  vertical-align: top;
}
.section_inner .dynamic-lottery .list .item .img-wrap {
  position: relative;
  width: 124px;
  height: 85px;
  border-radius: 6px;
  margin-right: 15px;
  background-color: #eee;
  overflow: hidden;
}
.section_inner .dynamic-lottery .list .item .img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.section_inner .dynamic-lottery .list .item .img-wrap span {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  /* width: 100%; */
  padding: 2px 15px;
  color: #fff;
  background-color: #14944a \0;
  background-image: url("//zzhz.zjol.com.cn/material/public-resource/assets/homepage/bg-status-tag.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: -moz-linear-gradient(90deg, rgba(20, 148, 74), rgba(20, 148, 74, 0.9) 75%, rgba(20, 148, 74, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(20, 148, 74), rgba(20, 148, 74, 0.9) 75%, rgba(20, 148, 74, 0) 100%);
  background-image: -o-linear-gradient(90deg, rgba(20, 148, 74), rgba(20, 148, 74, 0.9) 75%, rgba(20, 148, 74, 0) 100%);
  background-image: linear-gradient(90deg, rgba(20, 148, 74), rgba(20, 148, 74, 0.9) 75%, rgba(20, 148, 74, 0) 100%);
}
.section_inner .dynamic-lottery .list .item .detail {
  max-width: 247px;
}
.section_inner .dynamic-lottery .list .item .detail > div {
  line-height: 1;
  font-size: 14px;
  color: #525252;
}
.section_inner .dynamic-lottery .list .item .detail > div+div {
  margin-top: 10px;
}
.section_inner .dynamic-lottery .list .item .detail .name {
  font-size: 16px;
  font-weight: bold;
}
.section_inner .dynamic-lottery .list .item .detail .mark {
  font-weight: bold;
  color: #e46815;
}

.section_inner .dynamic-lottery .pagenav {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.section_inner .dynamic-lottery .pagenav > div {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  /* text-align: center; */
}
.section_inner .dynamic-lottery .pagenav > div:hover {
  background-color: #f6f6f6;
}
.section_inner .dynamic-lottery .pagenav > div:active {
  background-color: #f0f0f0;
}
.section_inner .dynamic-lottery .pagenav > div+div {
  margin-top: 25px;
}
.section_inner .dynamic-lottery .pagenav > div span {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
}
.section_inner .dynamic-lottery .pagenav > div.prev span {
  top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #19943b;
  /* margin: 8px auto; */
}
.section_inner .dynamic-lottery .pagenav > div.next span {
  top: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #19943b;
  /* margin: 8px auto; */
}

/* .section_inner */

.section ul.card-row {
  padding: 20px;
  font-size: 0%;
}
.section .card-row li {
  display: inline-block;
  /* float: left; */
  width: 18%;
  margin-left: 27px;
  vertical-align: top;
}
.section .card-row li:first-child {
  margin-left: 0;
}
.section .card-row li a {
  display: block;
  font-size: 0;
}
.section .card-row .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("//zzhz.zjol.com.cn/material/public-resource/assets/homepage/icon-spirit-2021.png?a");
  -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
}
.section .card-row li .icon {
  opacity: 0;
  width: 181px;
  height: 104px;
  background-position: -110px -345px;
}
.section .card-row li:hover .icon {
  opacity: 1;
  filter: alpha(opacity=1);
}
.section.zhjx .card-row li .icon {
  background-position: -110px -460px;
}

.side-title,
.section_title {
  border-left: 4px solid #18943B;
  color: #18943B;
  padding-left: 10px;
  font-size: 16px;
}
.side-title>a,
.section_title>a {
  color: #18943B;
  font-size: 16px;
}
/* .t-block {
  padding: 20px;
}
.t-block a {
  display: block;
}
.t-block>ul>li>a>img {
    width: 100%;
    height: 190px;
}
.t-block>ul>li:first-child {
    margin-bottom: 20px;
} */
.wswx:first-child {
  margin-bottom: 15px;
}
.wswx_title {
    border-left: 4px solid #18943B;
    color: #18943B;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}
.wswx_title a {
  color: #18943B;
   font-size: 16px;
    font-weight: bold;
}
.wswx_news {
  overflow: hidden;
  padding: 20px;
}
.wswx_news a:hover {
  color: #008000;
}

.zxcr {
  max-height: 504px;
}
.land_list {
  max-height: 413px;
}
.yjhd_inner>ul>li>a>p {
  text-align: center;
  line-height: 22px;
  overflow: hidden;
}
.t-block>ul>li>a>p:hover {
  color: #18943B;
}

.wb {
  border-left-color: #fff !important;
  padding-left: 25px;
}
.zxcr {
  padding: 20px 20px 0px 0;
  height: 484px;
}
.zxcr>li:first-child {
  margin-top: 0 !important;
}
.zxcr>li {
  margin-top: 30px;
  min-height: 97px;
}
.zxcr>li>a {
  display: block;
  padding-left: 23px;
  border-left: 6px solid #18943B;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  max-height: 42px;
  overflow: hidden;
  font-weight: bolder;
}
.zxcr>li>a:hover {
  color: #18943B;
}
.zxcr>li>p {
  padding-left: 29px;
  color: #6e6e6e;
  max-height: 40px;
  overflow: hidden;
}
.zxcr_time {
  padding: 0px 4px;
  border: 1px solid #18943B;
  color: #18943B;
  font-size: 10px;
  border-radius: 3px;
  margin-right: 5px;
}

.land_search {
  padding: 8px 0;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  text-align: center;
  font-size: 0;
}
.land_search>select,
.land_search>input,
.land_search>button {
  outline: none;
  border: none;
  /* float: left; */
  display: inline-block;
  /*border: 1px solid #18943B;*/
}
.land_search>select {
  border-right: none;
  padding: 4px 3px;
}
.land_search>button {
  background: #18943B;
  color: #fff;
  border-left: none;
  padding: 5px 13px;
  cursor: pointer;
}
#landipt {
  width: 183px;
  width: 183px \0;
  padding: 5px 10px;
}

.report-list {
  padding: 12px 20px;
  border-bottom: 1px solid #eeeeee;
}

.report-list>ul>li>a {
  overflow: hidden;
  display: block;
  padding: 5px 0;
}
.report-list>ul>li>a:hover p {
  color: #18943b;
}

.report-list>ul>li>a>span,
.report-list>ul>li>a>i,
.report-list>ul>li>a>p {
  float: left;
}
.report-list>ul>li>a>span {
  color: #000000;
}
.green-block {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 15px;
  background: #18943b;
  margin: 2px 8px 0px 8px;
}
.report-list>ul>li>a>p {
  width: 260px;
  color: #757575;
}


.t-pices-t {
  border: none !important;
  padding-left: 25px;
}

.land_list>li {
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  padding-bottom: 1px;
}
.land_list>li:hover {
  color: #18943B;
}
.land_list>li>label {
  float: left;
  font-size: 30px;
  font-weight: bolder;
  border-right: 1px solid #eeeeee;
  padding: 13px 30px 15px 30px;
  padding: 13px 30px 14px 30px \0;
}
.land_list .lands {
  width: 233px;
  float: right;
  padding: 13px 20px;
  overflow: hidden;
}
.icon-download {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  background-position: -40px -84px;
  float: right;
  margin-top: 5px;
}
.icon-download:hover {
  background-position: -6px -84px;
}
.icon-download a {
  width: 30px;
  height: 30px;
  display: block;
}
.land_info {
  float: left;
  max-width: 200px;
}
.land_name {
  display: block;
  font-size: 16px;
  max-height: 21px;
  overflow: hidden;
  color: #000000;
}
.land_name:hover {
  color: #18943B;
}
.land_type,
.land_time {
  font-size: 10px;
}
.land_type {
  background: #18943B;
  color: #ffffff;
  padding: 1px 4px;
  margin-right: 10px;
}
.land_time {
  color: #777777;
}


.wswx_inner {
  padding: 20px;
}

.tools {
  margin: 0 auto;
  padding: 20px;
}
.tools>table {
  text-align: center;
  width: 100%;
}
.tools>table a {
  display: block;
}
.tools>table td a {
  padding: 10px 0;
}
.tools>table td p {
  color: #00AA00;
  font-size: 12px;
}
.tool {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url(http://zzhz.zjol.com.cn/material/public-resource/img/tools.png) center no-repeat;
  margin-bottom: 10px;
}

.tool-js {
  background-position: -5px 0px;
}

.tool-yz {
  background-position: -40px 0px;
}
.tool-kf {
  background-position: -77px 0px;
}
.tool-jl {
  background-position: -5px -32px;
}
.tool-ks {
  background-position: -40px -32px;
}
.tool-wq {
  background-position: -77px -32px;
}

.icon-camera {
  width: 27px;
  height: 22px;
  background-position: -5px -121px;
}
.jysh {
  padding: 20px 20px 20px 0px;
}
.jysh>li {
  padding: 5px 0 5px 30px;
  height: 19px;
  overflow: hidden;
}
.jysh>li>a {
  color: #1f1f1f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jysh>li>b {
  margin-right: 5px;
}
.jysh>li>a:hover {
  color: #18943B;
}

.first_pices_news {
  padding: 0 !important;
  margin-bottom: 10px !important;
  height: auto !important; 
}
.first_pices_news>a {
    display: block;
    padding-left: 23px;
    border-left: 6px solid #18943B;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    max-height: 42px !important;
    overflow: hidden;
    font-weight: bolder;
}
.first_pices_news>p {
  padding-left: 30px;
  max-height: 38px;
  overflow: hidden;
}

.wb>span {
  color: #6e6e6e;
}

.home_inner {
  padding: 20px;
}

.home_img {
  display: block;
  width: 100%;
  max-height: 184px;
  overflow: hidden;
  background: #EEEEEE;
}
.home_img>img {
  width: 100%;
}
.home_sign {
  display: block;
  text-align: center;
  padding: 15px 20px;
  color: #000000;
  border: 1px solid #eeeeee;
}
.house_title {
  font-size: 16px;
  line-height: 22px;
}
.house_sub {
  color: #18943B;
  line-height: 21px;
}
.sign_up {
  background: #18943B;
  color: #fff;
  padding: 1px 5px;
  border-radius: 2px;
  margin-left: 10px;
}

.house_news_list {
  margin-top: 35px;
}
.house_news_list>li>span {
  font-size: 10px;
  background: #23930D;
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
  float: left;
  line-height: 19px;
}
.house_news_list>li {
  padding: 6px 0;
  overflow: hidden;
}
.house_news_list>li>a {
  float: left;
  display: block;
  max-width: 285px;
  height: 19px;
  overflow: hidden;
  color: #1F1F1F;
}
.house_news_list>li>a:hover {
  color: #23930D;
}

.hot_video {
  padding: 20px;
}
.hot_video>a {
  display: block;
  height: 260px;
  position: relative;
}
.hot_video>a>img {
  width: 100%;
  height: 100%;
}
.video_box {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.icon-video {
  width: 60px;
  height: 45px;
  background-position: -99px -217px;
}
.hot_video_title {
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  width: 349px;
  height: 45px;
  overflow: hidden;
  float: right;
  background: rgba(0,0,0,0.5);
  background: #000 \0;
}
.zxsp {
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.zxsp>li {
  float: left;
  width: 43%;
  padding: 0 10px;
  margin-bottom: 18px;
}
.zxsp>li>a {
  display: block;
  overflow: hidden;
}
.zxsp>li>a:hover .sp_info {
  color: #23930D;
}
.zxsp>li>a:hover .icon-play {
  top: 2px;
}
.sp_img {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sp_img>img {
  width: 100%;
  height: 100%;
}

.good_rec {
  padding: 20px 20px 0 20px;
}
.good_rec>ul>li {
  margin-bottom: 12px;
  padding: 2px 0;
}
.good_rec>ul>li>a {
  display: block;
}
.good_rec>ul>li:hover .gr_title {
  color: #18943B;
}
.gr_img {
  height: 92px;
  margin-bottom: 10px;
  overflow: hidden;
  display: none;
}
.gr_img>img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.gr_index {
  font-size: 10px;
  background: #23930D;
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
  float: left;
  line-height: 19px;
}
.gr_info {
  overflow: hidden;
}
.gr_index,
.gr_title {
  float: left;
}
.gr_title {
  line-height: 19px;
  height: 19px;
  overflow: hidden;
  max-width: 235px;
}
.gr_time {
  float: right;
}
.good_rec>ul>li:first-child .gr_img {
  display: block !important;
}

.icon-play {
  position: absolute;
  top: -19px;
  right: 2px;
  width: 20px;
  height: 18px;
  background-position: -7px -182px;
  transition: all 0.3s ease;
}
.sp_info {
  font-size: 12px;
  color: #1F1F1F;
  text-align: justify;
  height: 32px;
  overflow: hidden;
}
.botton_side {
  border-top: 1px solid #eeeeee;
  width: 100%;
  overflow: hidden;
}

.fckt {
  overflow: hidden;
  padding: 20px;
}

.fckt>li {
  float: left;
  width: 18%;
  margin-left: 27px;
}
.fckt>li:first-child {
  margin-left: 0 !important;
}
.fc_img {
  overflow: hidden;
  position: relative;
}
.fc_img>img {
  width: 100%;
  height: 124px;
  vertical-align: middle;
}


.fc_info {
  font-size: 16px;
  color: #1F1F1F;
  line-height: 21px;
  margin-top: 5px;
  font-size: 16px;
  overflow: hidden;
  font-weight: bold;
}
.fc_label {
  line-height: 18px;
  margin-top: 5px;
  font-size: 12px;
  color: #777;
  overflow: hidden;
}

.icon-camera-white {
  position: absolute;
  top: -22px;
  right: 5px;
  width: 27px;
  height: 22px;
  background-position: -5px -148px;
  transition: all 0.3s ease;
}

.fckt>li:hover .icon-camera-white {
  top: 5px;
}
.fckt>li:hover .fc_info {
  color: #18943B;
}


.rtie {
  margin-top: 20px;
}
.gtext {
  color: #008000;
  font-weight: bold;
}

.mask {
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 1000;
  background: #000;
  opacity: .4;
  display: none;
}
.mask1 {
  display: none;
  position: fixed;
  bottom:30px;
  width: 100%;
  z-index: 1001;
}

.mask_active {
  display: block;
}
.mask1_active {
  display: block;
}
.mask1_active>a {
  display: block;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 45px;
  margin-bottom: 50px;
}
.mask1_active>a:nth-child(1) {
  color: #e31414;
}
.mask1_active>a:nth-child(2) {
  color: #fbba0a;
}